projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa98fc
)
(Fmap_keymap): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 26 Jan 2006 17:50:50 +0000
(17:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 26 Jan 2006 17:50:50 +0000
(17:50 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 0c44a112e01257e8f8ef00792550352d015ae641..1dfb8273a9c12e191e11e6901ff20edb4fca3ebb 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-743,7
+743,7
@@
map_keymap_call (key, val, fun, dummy)
}
DEFUN ("map-keymap", Fmap_keymap, Smap_keymap, 2, 3, 0,
- doc: /* Call FUNCTION once for each binding in KEYMAP.
+ doc: /* Call FUNCTION once for each
event
binding in KEYMAP.
FUNCTION is called with two arguments: the event that is bound, and
the definition it is bound to.